net/http.http2serverConn.pushEnabled (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4505: 		pushEnabled:                 true,
		h2_bundle.go#L4658: 	pushEnabled                 bool
		h2_bundle.go#L5853: 		sc.pushEnabled = s.Val != 0
		h2_bundle.go#L6011: 	sc.pushEnabled = false
		h2_bundle.go#L7289: 	if !sc.pushEnabled {
		h2_bundle.go#L7302: 		if !sc.pushEnabled {